Skip to content

sklfihggczx/every_hello_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

这是个有趣的包, 输入语言,就能返回对应hello world的写法 比如: ch=Choose() ch.choose="c" ch.print_data()

result: #include<stdio.h> int main(void) { printf("Hello World! "); return 0; }

ch=Choose() ch.choose="java" ch.print_data()

result: public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages