This website requires JavaScript.
Explore
Help
Register
Sign In
Comet
/
Comet
Watch
1
Star
0
Fork
0
You've already forked Comet
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
27c14e0edd327ee34663da6b47e2f0340125354a
Comet
/
test.comet
5 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
IF STATEMENTS WORK
2026-05-02 08:34:04 +10:00
func main() -> int {
printf works :D
2026-05-02 11:35:50 +10:00
int x = 123
print("x = %d\n", x)
added strings
2026-05-02 11:18:21 +10:00
return 0
IF STATEMENTS WORK
2026-05-02 08:34:04 +10:00
}
Reference in New Issue
Copy Permalink