Skip to main content

Lovely Spam! Wonderful Spam!

Project description

这是个有趣的包, 输入语言,就能返回对应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!"); } }

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easy_hello_print-0.0.3.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page