Sdtmig32 chapter04

1
2
3
#!/bin/bash
STR="Hello World!"
echo $STR
1
2
3
4
5
#include 

int main(void) {
  printf("hello, world\n");
}
1
2
3
4
5
6
#include <iostream>

int main() {
  std::cout << "Hello, world!\n";
  return 0;
}
1
2
3
4
5
6
7
using System;

class Program {
  static void Main(string[] args) {
    Console.WriteLine("Hello, world!");
  }
}
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
proc print data=a;
 var USUBJID AGE RUN;
run;

***this is a comment;

%macro aa;

data a;
cards;
ds
sd
run;
%mend;

%aa;
this is for note

this is for test note purpose

this is for SAS code
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
proc print data=a;
var USUBJID AGE RUN;
run;

***this is a comment;

%macro aa;

data a;
cards;
ds
sd
run;
%mend;

%aa;
This is for tabs

More Markdown content.

  • list item a
  • list item b

More Markdown content.

  • list item a
  • list item b

More Markdown content.

  • list item a
  • list item b

More Markdown content.

  • list item a
  • list item b