in

Ah yes, J++, my favorite language

Ah yes, J++, my favorite language

#include “JamSTL/System.h”

import jamstli

class MainClass extends Object {

pub static void main (JArray<String>& args) {

System:: out.println(“Hello World!”);

if(args. size() > 0) {

for(String& str : args) {

System:: out.println(str);

}

};

What do you think?

Written by codeitbro

Leave a Reply

Your email address will not be published. Required fields are marked *

GIPHY App Key not set. Please check settings