mirror of
https://github.com/devproje/devproje.git
synced 2025-04-22 11:59:51 +09:00
2.9 KiB
2.9 KiB
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}
[projecttl@fedora ~]$ go build -o profile main.go
[projecttl@fedora ~]$ ./profile
Hello, World!
[projecttl@fedora ~]$
I'm Project_TL, A student developer 👨💻 working since 2015 🚀
- 🔭 I’m currently working on Cube Connect
- 🌱 I’m currently learning Nothing
- ❓ Ask me about anything related to Minecraft Server Bukkit API
- ⚡ Fun fact:
- C not have bool type.(If not including stdbool.h)
- HTML is not programming language.