rvim 0.0.6

A text editor in rust
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>
#define PI 50

#ifndef __DBL_HAS_INFINITY__
#define PI 50
#undef PI

#endif

int main() { printf("Hello"); }