This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"v=0 | |
o=- 365571158 1570098458 IN IP4 0.0.0.0 | |
s=- | |
t=0 0 | |
a=fingerprint:sha-256 59:BB:46:82:A7:80:9F:D9:76:32:A2:62:20:6D:F2:36:E4:1B:1E:E2:0F:7F:0E:81:92:4A:7D:30:C4:75:D0:E8 | |
a=group:BUNDLE 0 1 2 | |
m=audio 9 UDP/TLS/RTP/SAVPF 111 9 | |
c=IN IP4 0.0.0.0 | |
a=setup:active | |
a=mid:0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
int main(void) { | |
printf("Hello gist\n"); | |
return 0; | |
} |