Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

WeChat's first line of code source exposure! What is the time when the code was submitted on the first day of submission in the weChat background?


May 31, 2021 Article blog



WeChat's first line of code source exposure! What is the time when the code was submitted on the first day of submission in the weChat background?

November 24, 2020 marks a full 10 years since WeChat officially submitted its code.

In the early hours of November 23, 2010, a group of young people in Guangzhou knocked down a line of code in a small black house.

Since then, the way people communicate has changed.

Well, this is the code submitted on the first day of WeChat backstage. So, what were you doing tonight 10 years ago?

<?xml version"1.0" encoding="utf-8"?>
<metainfo filename="Account">
    <struct name="User">
        <fiele name="Username" type="*char"/>
        <fiele name="Nickname" type="*char"/>
        <field name="Mobile"   type="*char"/>
        <field name="Email     type="*char"/>
    </struct>
</metainfo>