伴伴學C語言開場白

#include "friends.h"
#include <people_with_the_same_hobbies.h>

volatile int you_like; // your choice
int dont_be_shy = 1;
int WhatEverYourLike = 1;
#define __on_live__ 1

void main(void ) {
  for (long day=__TODAY__;;day++) {
    if (day % 7 != 0) {
      if (you_like) {
        join(dont_be_shy);
        share(WhatEverYourLike);
      } else {
        just_listen(__on_live__);
      }
    }
  }
}
Select a repo