mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
Initial commit
File structure and dummy compiler module.
This commit is contained in:
7
src/compiler/compiler.go
Normal file
7
src/compiler/compiler.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello from compiler!")
|
||||
}
|
||||
Reference in New Issue
Block a user