#!/bin/bash
STR="Hello World!"
echo $STR
#include
int main(void) {
printf("hello, world\n");
}
#include <iostream>
int main() {
std::cout << "Hello, world!\n";
return 0;
}
using System;
class Program {
static void Main(string[] args) {
Console.WriteLine("Hello, world!");
}
}
Lists
#!/bin/bash
STR="Hello World!"
echo $STR
#include
int main(void) {
printf("hello, world\n");
}
#include <iostream>
int main() {
std::cout << "Hello, world!\n";
return 0;
}
using System;
class Program {
static void Main(string[] args) {
Console.WriteLine("Hello, world!");
}
}
#!/bin/bash
STR="Hello World!"
echo $STR
Break
#include
int main(void) {
printf("hello, world\n");
}
Break
#include <iostream>
int main() {
std::cout << "Hello, world!\n";
return 0;
}
Break
using System;
class Program {
static void Main(string[] args) {
Console.WriteLine("Hello, world!");
}
}
Break
using System;
class Program {
static void Main(string[] args) {
Console.WriteLine("Hello, world!");
}
}
Make sure python fomratting strings don't break %(us)s.
%s %%(test)s.