Skip to content

zhaoyanglijoey/ProgLangHw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Programming Languages Homework

a2.go

Go script to format JSON file to html file

go run a2.go input.json > output.html

a4.hs

Haskell script to format JSON file to html file

  • compile: ghc a4.hs
  • run: ./a4 input.json > output.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published