# R 语言#file.edit(path.expand(file.path("~", ".Renviron")))
library(telegram.bot)
library(stringr)# Initiate the bot session using the token from the enviroment variable.
bot = Bot(token = bot_token('your_bot'))
usr_list <- c(12344566,12345566)
R
css
html{background-color: red;}
CSS
cpp
#include <iostream>
using namespace std;
// main() 是程序开始执行的地方
int main()
{
cout << "Hello World"; // 输出 Hello World
return 0;
}