Welcome to CS 381. Announcements will be posted on this page, and the other pages contain relevant course information.
Older announcements are found here.
class Quine { public static void main(String[] v) { char c = 34; System.out.print(s+c+s+c+';'+'}'); } static String s = "class Quine{public static void main(String[]v){char c=34;System.out.print(s+c+s+c+';'+'}');}static String s="; }Quine credit